projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3024d7
)
Change ide kernel modules loading order (#1042)
author
Florian Fainelli
<
[email protected]
>
Mon, 11 Dec 2006 16:01:34 +0000
(16:01 +0000)
committer
Florian Fainelli
<
[email protected]
>
Mon, 11 Dec 2006 16:01:34 +0000
(16:01 +0000)
SVN-Revision: 5757
openwrt/target/linux/linux-2.4/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/linux-2.4/Makefile
b/openwrt/target/linux/linux-2.4/Makefile
index c07e8f4fa3f3a4df17914154f9d0088c66907790..82b8ae510b0359e52911bd75cdd2444767ce818d 100644
(file)
--- a/
openwrt/target/linux/linux-2.4/Makefile
+++ b/
openwrt/target/linux/linux-2.4/Makefile
@@
-185,7
+185,7
@@
$(eval $(call KMOD_template,USB_ACM,usb-acm,\
$(eval $(call KMOD_template,IDE,ide,\
$(MODULES_DIR)/kernel/drivers/ide/*.o \
$(MODULES_DIR)/kernel/drivers/ide/*/*.o \
-,CONFIG_IDE,,20,
pdc202xx_old ide-core
ide-detect ide-disk))
+,CONFIG_IDE,,20,
ide-core pdc202xx_old
ide-detect ide-disk))
$(eval $(call KMOD_template,LOOP,loop,\
$(MODULES_DIR)/kernel/drivers/block/loop.o \
,CONFIG_BLK_DEV_LOOP,,20,loop))